}
/* The magic (i - 1) >> 1 below makes it take the correct value
- * according to spec. Feel free to check the 4 cases */
+ * according to spec. Feel free to check the 4 cases
+ */
for (; i < 4; i++)
x[i] = _gtk_css_value_ref (x[(i - 1) >> 1]);
{
/* We parsed everything and there's still stuff left?
* Pretend we didn't notice and let the normal code produce
- * a 'junk at end of value' error */
+ * a 'junk at end of value' error
+ */
break;
}
}
{
/* We parsed and there's still stuff left?
* Pretend we didn't notice and let the normal code produce
- * a 'junk at end of value' error */
+ * a 'junk at end of value' error
+ */
break;
}
}
{
/* We parsed everything and there's still stuff left?
* Pretend we didn't notice and let the normal code produce
- * a 'junk at end of value' error */
+ * a 'junk at end of value' error
+ */
break;
}
}
while (!value_is_done_parsing (parser));
/* Note that border-image values are not set: according to the spec
- they just need to be reset when using the border shorthand */
+ * they just need to be reset when using the border shorthand
+ */
return TRUE;
}
{
/* We parsed everything and there's still stuff left?
* Pretend we didn't notice and let the normal code produce
- * a 'junk at end of value' error */
+ * a 'junk at end of value' error
+ */
break;
}
}
{
/* We parsed everything and there's still stuff left?
* Pretend we didn't notice and let the normal code produce
- * a 'junk at end of value' error */
+ * a 'junk at end of value' error
+ */
break;
}
}